user-service
Toggle table of contents
2.5.1
jvm
Platform filter
jvm
Switch theme
Search in API
user-service
storage
/
[root]
/
PostgresUserRepository
/
findById
find
By
Id
open
override
fun
findById
(
userId
:
String
)
:
User
?
Finds a user by their ID.
Return
the user entity if found, otherwise null
Parameters
user
Id
the unique identifier of the user